test(deps): update dependency buildx to v0.35.0 (main)#6931
Open
renovate[bot] wants to merge 1 commit into
Open
test(deps): update dependency buildx to v0.35.0 (main)#6931renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.34.1→v0.35.0Release Notes
docker/buildx (buildx)
v0.35.0Compare Source
buildx 0.35.0
Welcome to the v0.35.0 release of buildx!
Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.
Contributors
Notable Changes
mode=deleteattribute for build and bake commands. This mode replaces the destination directory with the build result instead of merging it. Similar to the--deleteflag in rsync. For safety, this mode is only allowed if the destination directory is a subdirectory of the working directory. To export to other destinations,--allow=buildx.local.deleteneeds to be provided or the action confirmed by the user in the TUI. When exporting multi-platform results, this mode requires BuildKit v0.31.0+. #3883caps: { "exec.proxy": true }in the evaluation decision. After opting in, you can control what network requests are allowed to be made by the run steps with policy rules for regularinput.httpsources, similar to how this was done for direct HTTP build sources before. You can also opt in your whole builder with--buildkitd-flags '--proxy-network'inbuildx create. #3895--resourceflag inbuildand theresourcekey inbakecommands. This feature requires BuildKit v0.31.0+ and Dockerfile v1.25.0+. #3876 #3900Dependency Changes
a39d601->d5411a95d098a2a2aa163->0257b33404c0d5-> v0.1.1a2c0da2new6f92a3b->3dc84a46f92a3b->3dc84a4Previous release can be found at v0.34.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.